mirror of
https://github.com/mblanke/Lottery-Tracker.git
synced 2026-03-01 14:10:22 -05:00
58 lines
475 B
Plaintext
58 lines
475 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.coverage
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.next/
|
|
out/
|
|
.turbo/
|
|
.vercel/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Docs
|
|
*.md
|
|
!DOCKER_README.md
|
|
|
|
# Test files
|
|
test_*.py
|
|
*_test.py
|
|
|
|
# Excel files (not needed in container)
|
|
*.xlsx
|
|
|
|
# Email config (sensitive)
|
|
.env
|
|
*.pem
|
|
*.key
|
|
|
|
# Misc
|
|
*.log
|
|
.cache/
|