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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Development
.git/
.github/
.gitignore
.pre-commit-config.yaml
.ruff_cache/
.mypy_cache/
tests/
docs/

# Project specific
*.log
.env
.env.local
.DS_Store
CONTRIBUTING.md
LICENSE
CLAUDE.md
.mcp.json
docker-compose.yml