# ========================================
# 1. Local Environments
# ========================================
.env
.env.local
.env.*
venv/
env/
.venv/

# ========================================
# 2. Python Cache & Bytecode
# ========================================
__pycache__/
*.py[cod]
*$py.class

# ========================================
# 3. Build Files
# ========================================
build/
dist/
*.egg-info/
.eggs/
*.egg

# ========================================
# 4. Testing & Linting
# ========================================
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# ========================================
# 5. IDEs & Editors
# ========================================
.vscode/
.idea/
*.swp
*.swo
.DS_Store
TODO
*.json
*.csv