2024-heraklion-scientific-p.../.gitignore
2024-08-27 15:52:41 +03:00

30 lines
249 B
Plaintext

# OS specific
.DS_Store
# Editors
.vscode
.idea
*.swp
# Python
.venv/
build/
_build/
dist/
eggs/
.eggs/
sdist/
*.egg-info/
*.egg
*.pyc
__pycache__/
tests-reports/
.mypy_cache/
.pytest_cache/
.env
# Jupyter
.ipynb_checkpoints/
# Project
_archive/