# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
*.db
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Distribution
*.tar.gz
*.whl

# Security
.secrets-baseline.json

# Logs
*.log
