# Virtual environments
.venv/
venv/

# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

# Byte-compiled / cached
__pycache__/
*.py[cod]
*$py.class

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db
