__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.env
.env.local
venv/
.venv/
env/
.git/
.gitignore
.github/
.pytest_cache/
.coverage
htmlcov/
.DS_Store
*.log
.vscode/
.idea/

