# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# venv
.venv

# environment variables
.env

# tmp files for debugging
tmp.py
tmp.ipynb

# pytest
.pytest_cache/

# github
.github/

# ruff
.ruff/
.ruff_cache/

# logs
logs/
*.log

# dev
dev/