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

# Virtual environments
venv/
.venv/
.env

# IDE
.vscode/
.idea/

# Coverage
.coverage
htmlcov/
coverage.xml

# Mypy
.mypy_cache/

# Pytest
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# Personal test files
test_reel.py

# Pip
pip-log.txt
pip-delete-failed-directory
