# Python
python/__pycache__/
python/*.py[cod]
python/*$py.class
python/*.so
python/.Python
python/build/
python/develop-eggs/
python/dist/
python/downloads/
python/eggs/
python/.eggs/
python/lib/
python/lib64/
python/parts/
python/sdist/
python/var/
python/wheels/
python/*.egg-info/
python/.installed.cfg
python/*.egg

# TypeScript
typescript/node_modules/
typescript/dist/
typescript/build/
typescript/*.tsbuildinfo
typescript/coverage/

# Virtual Environment
python/.venv/
python/venv/
python/ENV/
python/env/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
python/.pytest_cache/
python/.coverage
python/htmlcov/
python/.tox/
python/.mypy_cache/
python/.ruff_cache/

# Build
*.whl
*.tar.gz

# OS
.DS_Store
Thumbs.db

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

# Shared
docs/.cache/
*.log
