# Environments
.env
.env.local
.venv/
venv/
env/
ENV/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
build/
dist/
sdist/
wheels/
*.egg-info/
*.egg
.installed.cfg
MANIFEST

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/

# Logs
logs/
*.log

# OS / editors
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
