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

# Virtual environments
.venv/
venv/
env/

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

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

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
**/coverage/

# OS
.DS_Store
Thumbs.db

# Node
node_modules/

# Distribution / build output
*.tar.gz
node_modules/
typescript/dist/

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