# Python cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.egg-info/

# Virtual environments
.venv/
venv/
ENV/
env/

# Local files
.env
*.log
*.db
sandbox.db

# Build artifacts
dist/
build/

# IDE and OS files
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Git
.git/
