indico-plugins/.gitignore
Adrian ebe57a770b
Use hatchling instead of setuptools (#237)
* Use hatchling instead of setuptools
* Add __pycache__ to gitignore
2024-08-16 17:24:26 +02:00

25 lines
258 B
Plaintext

.vscode
.coverage
htmlcov/
.idea/
*.min.css
*.min.js
*.pyc
.*.swp
.webassets-cache/
*.egg-info
dist/
build/
wheelhouse/
.cache/
.pytest_cache/
*.mo
webpack-build-config.json
.indico_source
.jsconfig.json
node_modules/
*.lock
url_map.json
.venv/
__pycache__/