# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/

# Virtual environments
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Misc
.DS_Store
*.log

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints
