# Secrets
.env
.env.local
*.env
CLAUDE.md
/tests
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.pytest_cache/
.coverage
htmlcov/
.tox/

# Virtual envs
venv/
.venv/
env/

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

# uv / hatch
.uv/
