# Python
__pycache__/
*.py[cod]
*$py.class
dist/
build/
*.egg-info/

# Environment
myvenv/
myenv/
venv/
.env

# Project files
pyproject.toml
.gitignore 