__pycache__/
*.py[cod]
*$py.class

# Python build artifacts
.pytest_cache/
.venv/
venv/
env/
ENV/
dist/
build/
*.egg-info/
.eggs/
wheels/
pip-wheel-metadata/

# Test and coverage output
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checker and tool caches
.mypy_cache/
.pyre/
.ruff_cache/
.cache/

# Editors and OS files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs and local environment
*.log
.env
.env.*
