# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Project specific
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Test coverage
htmlcov/
.coverage
.coverage.*
.no_cover

# Unit test / coverage reports
coverage.xml
*.cover

# Distribution / packaging
.Python
*.manifest
*.spec

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.hook-spec.py

# Coverage directory used by pytest-cov
coverage/

# Jupyter Notebook
.ipynb_checkpoints

# Poetry
poetry.lock

# Local development
.env
.env.local
.env.*.local

# Build artifacts
build/
dist/
*.egg-info/


tri-review*
repomix-output.xml
