# Python virtual environment
.venv/
venv/
ENV/
# Python byte-compiled files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE settings
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env
.env.local
# Logs
*.log
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
# UV package manager
.uv/