Files
Lottery-Tracker/.dockerignore
2026-02-18 08:24:54 -05:00

60 lines
505 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
*.egg-info/
.pytest_cache/
.coverage
# Node
node_modules/
frontend/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/