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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
venv/
.venv/
env/

# Environment variables (SECRETS!)
.env
.env.*
!.env.example

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

# Type checking
.mypy_cache/
.pytype/

# ruff
.ruff_cache/

# macOS
.DS_Store

# Logs
*.log
