# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
coverage_html_report/

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

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

# Project specific
.mypy_cache/
.ruff_cache/
.pytype/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Documentation
site/

# artifacts
*.tar.gz
*.whl
*.zip
*.csv
*.json
