# Git metadata
.git

# Python cache files
__pycache__/
*.pyc
*.pyo

# Logs
*.log

# Virtual environments
venv/
.env/

# Testing and linting artifacts
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# IDE/editor config files
.idea/
.vscode/
*.swp

# Common build artifacts
*.db
*.sqlite3
node_modules/
dist/
build/