# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# Databases
*.db
*.sqlite3

# WarpOS
.warpos/

# Type checking
.mypy_cache/
.pytype/

# Linting
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

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

# OS
.DS_Store
Thumbs.db
