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

# Virtual environments
venv/
env/
ENV/
.venv

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

# Git
.git/
.gitignore
.gitattributes

# Documentation
*.md
!pyproject.toml
docs/

# Tests
tests/
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/

# CI/CD
.github/
.gitlab-ci.yml
.travis.yml

# Environment
.env
.env.local
.env.*.local

# Logs
*.log

# OS
.DS_Store
Thumbs.db

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

# Nginx
nginx/

# Data directories (will be mounted as volumes)
data/
schemas/
