# Build
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

# Virtualenv
.venv/
venv/
env/

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

# Linters
.ruff_cache/

# Editors
.idea/
.vscode/
.DS_Store

# Env
.env
.env.local
AGENTS.md