mirror of
https://github.com/mblanke/Lottery-Tracker.git
synced 2026-03-01 06:00:21 -05:00
Initial commit with dev backbone template
This commit is contained in:
57
.dockerignore
Normal file
57
.dockerignore
Normal file
@@ -0,0 +1,57 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user