Files
webbanalys/.gitignore
2025-12-13 17:33:36 +01:00

33 lines
286 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.eggs/
*.egg-info/
.mypy_cache/
.pytest_cache/
# Generated reports
rapport_*.pdf
rapport/
# Unlighthouse
.unlighthouse/
node_modules/
# IDE & editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
webbanalys.json