# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
*.egg-info/
*.egg
dist/
build/
eggs/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Testing / coverage
.coverage
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

# Docs build
docs/build/
