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

# Virtual environment
.venv/
venv/
ENV/

# Environment variables
.env
.env.local
.env.*.local

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.pyright/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Astro
.astro/

# Node
node_modules/
package-lock.json

# Temporary files
*.tmp
*.temp
tmp/
temp/

extension/*.zip
