# Git
.git
.gitignore

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache

# Virtual environments
venv/
.venv/
ENV/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Local files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Documentation (exclude only specific development-only docs)
# We need docs/ in the Docker image for embedded resources
# docs/

# Docker
Dockerfile*
docker-compose*.yml
.dockerignore

# Scripts
scripts/
