# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg-link/
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp

# Secrets
.env
scripts/.env

# OS
.DS_Store