# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
*.pyo
*.pyd
*.db
*.sqlite3

# Hatchling/Packaging
*.wheel
*.egg-info/
*.eggs/
*.manifest
*.spec

# Jupyter Notebooks
.ipynb_checkpoints/

# VS Code
.vscode/
.history/

# Test/coverage
.coverage
htmlcov/
.tox/
.pytest_cache/
.cache/
.nox/
.mypy_cache/
.dmypy.json
.pyre/
*.cover
*.log

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# OS
.DS_Store
Thumbs.db

# Misc
*.bak
*.swp
*.tmp
*.orig
TODOs.md
