# Python
__pycache__/
*.pyc
*.pyo
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/
.venv/
venv/

# App
cache/
config/local.py

# Pytest
.pytest_cache/

# Editors
.idea/
.vscode/
*.swp
