# Python
__pycache__/
*.py[cod]
*$py.class
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.cache/

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

# Hatch / uv
.hatch/
uv.lock

# Pytest
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Node / VS Code extension
node_modules/
extensions/vscode/.vscode-test/
extensions/vscode/out/

# IDE
.vscode/settings.json
.idea/
*.swp
*.swo

# CodeGopher local config and runtime files (project-level)
.codegopher/
.codegropher/

# Local environment files
.env
.env.*

# OS
.DS_Store
Thumbs.db
