# gitignore for python projects
#
# This file is a template for a .gitignore file for python projects.

# Compiled python files
*.pyc

# Byte-compiled python files
*.pyo

# Python cache files
__pycache__/

# Virtual environment
venv/

# Jupyter Notebook
.ipynb_checkpoints/

# IPython
profile_default/
ipython_config.py

# PyCharm
.idea/

# Visual Studio Code
.vscode/

# Sublime Text
*.sublime-project
*.sublime-workspace

# Pytest
.pytest_cache/

# Coverage
.coverage
htmlcov/

# Translations
*.mo

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info
.installed.cfg
*.egg
MANIFEST
src/sys_design_diagram/_version.py

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
tmp/**
logs/**
*output*/**
*-output/
tag_release.sh

.DS_Store
