# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
sdist/
wheels/
*.whl

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/

# Linting
.ruff_cache/

# Distribution / packaging
*.tar.gz
*.zip

# Environment variables / secrets
.env
.env.*
!.env.example

# Project-specific
*.depscope-cache/

# OS
.DS_Store
Thumbs.db
.DS_Store
