# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual envs
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/
*.egg
wheels/

# Test & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checkers & linters
.mypy_cache/
.pyright/
.ruff_cache/

# uv
.uv-cache/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.*
!.env.example

# Node (husky + commitlint dev tooling)
node_modules/
package-lock.json
