Skip to content

Commit

Permalink
add avf - gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaackMwenda committed Apr 27, 2022
1 parent 8c66774 commit e56a0c0
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ dist/
downloads/
eggs/
.eggs/
lib/

lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
Expand All @@ -40,14 +38,12 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

Expand All @@ -59,7 +55,6 @@ coverage.xml
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
Expand All @@ -77,26 +72,11 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
# celery beat schedule file
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py
Expand All @@ -122,8 +102,14 @@ venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
# PyCharm
.idea

# Vscode
.vscode

# Telegram
*.session

.DS_Store

0 comments on commit e56a0c0

Please sign in to comment.