Skip to content
Snippets Groups Projects
.gitignore 439 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyxbldc

# C extensions
*.so

# Distribution / packaging
.Python
Tamas Gal's avatar
Tamas Gal committed
venv/
Tamas Gal's avatar
Tamas Gal committed
build/
develop-eggs/
dist/
eggs/
sdist/
*.egg-info/
*.egg

# Unit test / coverage reports
.coverage
.cache
Tamas Gal's avatar
Tamas Gal committed
reports
Tamas Gal's avatar
Tamas Gal committed

# Sphinx documentation
doc/_build/
doc/auto_examples/
doc/modules/
doc/api

# jupyter files
.ipynb_checkpoints/

.pytest_cache/
Tamas Gal's avatar
Tamas Gal committed
junit.xml
.mypy_cache
Tamas Gal's avatar
Tamas Gal committed

Tamas Gal's avatar
Tamas Gal committed
# Version info
src/km3io/version.py