hetrixtools-freebsd/.gitignore

55 lines
566 B
Plaintext
Raw Permalink Normal View History

2023-10-03 08:53:47 -04:00
# Temporary and binary files
*~
2023-10-02 11:24:57 -04:00
*.py[cod]
*.so
2023-10-03 08:53:47 -04:00
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store
2023-10-02 11:24:57 -04:00
2023-10-03 08:53:47 -04:00
# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
.vscode
tags
# Package files
2023-10-02 11:24:57 -04:00
*.egg
2023-10-03 08:53:47 -04:00
*.eggs/
.installed.cfg
*.egg-info
2023-10-02 11:24:57 -04:00
2023-10-03 08:53:47 -04:00
# Unittest and coverage
htmlcov/*
2023-10-02 11:24:57 -04:00
.coverage
.coverage.*
2023-10-03 08:53:47 -04:00
.tox
junit*.xml
2023-10-02 11:24:57 -04:00
coverage.xml
.pytest_cache/
2023-10-03 08:53:47 -04:00
# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
MANIFEST
2023-10-02 11:24:57 -04:00
2023-10-03 08:53:47 -04:00
# Per-project virtualenvs
.venv*/
.conda*/
.python-version