# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
tests/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Git
.git/
.gitignore

# Documentation (exclude all except README.md needed by pip)
docs/
specs/
*.md
!README.md

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

# CI/CD
.github/

# Build scripts
build-*.sh
*.sh

# Misc
*.log
.env
.env.*
ssl/
nginx.conf
