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

# Environment
.env
.env.*
!.env.example
.venv/

# OS
.DS_Store

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