.pypirc specs/ docs/ data/ *.ipynb *.whl *.wheels # Exclude aliases file alias.sh *.ipynb_checkpoints # Python-specific ignores __pycache__/ *.py[cod] *$py.class # Virtual environment venv/ env/ .env # IDE-specific files .vscode/ .idea/ *.swp *.swo # OS-specific files .DS_Store Thumbs.db # Project-specific ignores attachments/ # Logs *.log # Temporary files *.tmp # Compiled Python files *.pyc # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ # Poetry poetry.lock .poetry/ # Poetry .venv/ dist/ # Python *.pyc __pycache__/ *.egg-info/