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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Environment
.env
.env.local
*.pem
credentials.json

# Nuitka
*.build/
*.dist/
*.onefile-build/

# Node (for tree-sitter grammars)
node_modules/

