# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/

# Unit test / coverage reports
.coverage
.coverage.*
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/

# Virtual environments
.venv/
venv/
env/

# IDEs
.idea/
.vscode/

# Local settings and secrets
settings.json
*.api_key
*.apikey
.env
/docs/
/tests/
/tools/
