# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# private .env
*.env

# Packaging and build artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checker / linter caches
.mypy_cache/
.ruff_cache/
.pyre/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Environment and local secrets
.env
.env.*
!.env.example

# Local databases and generated profiles
*.db
*.sqlite
*.sqlite3
*.profile.sql
