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

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

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / coverage / caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/

# IDEs / editors
.idea/
.vscode/
*.swp
.DS_Store

# Secrets
.env
