# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# PyCharm
.idea/

# VSCode
.vscode/

# pytest
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Logs
*.log
logs/

# Configuration files (keep examples only)
config.json
config-*.json
!config.example.json

# OS
.DS_Store
Thumbs.db

# Backup files
*~
*.bak
*.swp

# Test output
test-output/
