# Environment
.env
.env.*
!.env.example

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

# Tools
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS & IDEs
.DS_Store
.vscode/
.idea/

# Project
/output/
/test-out/