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

# Environment
.env

# Database
*.db
*.sqlite3

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

# Node
node_modules/

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