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

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

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

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/

# Secrets & Keys
*.key
.env
.env.*
!.env.example

# IDE & OS
.vscode/
.idea/
.DS_Store
Thumbs.db
