# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Tools
.ruff_cache/
.mypy_cache/
.pytest_cache/
.tox/

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

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db
