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

# Virtual environments / uv
.venv/
venv/
env/

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

# Type / lint caches
.mypy_cache/
.ruff_cache/
.dmypy.json

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# AutoGit local config / secrets
.autogit/
*.env
.env
