# Dependencies
__pycache__/
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
venv/
.venv/
env/

# Local environment
.env
.env.local
*.local

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# Output
output/
*.log
