Files
executor/.dockerignore

67 lines
537 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
.venv/
venv/
ENV/
env/
# Django
*.log
db.sqlite3
db.sqlite3-journal
/staticfiles/
/mediafiles/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
.gitattributes
# Testing
.coverage
.pytest_cache/
htmlcov/
# Documentation
*.md
!README.md
*.pdf
# Scripts
*.sh
!docker-entrypoint.sh
# Other
.env
.env.*
.claude/