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

# C extensions
*.so

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

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

# IDEs and editors
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# Test files
.pytest_cache/
coverage.xml
htmlcov/

# Other
*.log
*.swp
.DS_Store
site/

# Jupyter Notebook
*.ipynb_checkpoints
