# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Packaging
build/
dist/
*.egg-info/

# IDE
.idea/
.vscode/

# Operating systems
.DS_Store
Thumbs.db

# Forge derived state
.forge/.cache/
.forge/.tmp/

# Local environment
.env
.env.*
!.env.example

# Local worktrees
.worktrees/
