# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Documentation (not needed in container)
docs/
*.md
!README.md

# Tests (optional - include if you want to run tests in container)
tests/
pytest.ini

# Scripts (not needed in container)
scripts/
!scripts/healthcheck.py

# Docker
Dockerfile
.dockerignore
docker-compose.yml
