# --- Python ----------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
.mypy_cache/
.ruff_cache/

# --- .NET ------------------------------------------------------------------
[Bb]in/
[Oo]bj/
[Dd]ebug/
[Rr]elease/
[Xx]64/
[Xx]86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]uild[Ll]og.*
*.suo
*.user
*.userosscache
*.sln.docstates
*.userprefs
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
*.binlog
[Pp]ackages/
*.nupkg
*.snupkg
TestResults/
.vs/

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

# --- OS --------------------------------------------------------------------
.DS_Store
Thumbs.db

# --- Project ---------------------------------------------------------------
# Local environment files; don't commit api keys
.env
.env.local
*.local.json

# Documentation builds
docs/_build/
site/
