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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Project specific
tests/
docs/
examples/
.git/
.gitignore
.env
.env.*
*.yaml
!pyproject.toml
Makefile
docker-compose.yml
Dockerfile
.dockerignore
.taskmaster/
.claude/
