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

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

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

# Testing
.pytest_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Distribution
*.whl
*.tar.gz
/dist-audit-*/
/sdist-audit-*/

# Environment / secrets
.env
.env.*
.env.local

# OS
.DS_Store
Thumbs.db
Desktop.ini
nul

# Logs
*.log

# mypy / pyright
.mypy_cache/
.pyright/
.dmypy.json

# Editors
*.sublime-project
*.sublime-workspace
