# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

# env
.env

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
pytest-cache-files-*/
.coverage
htmlcov/

# uv
.uv/
uv.lock
