# Created by https://www.gitignore.io/api/python,emacs,osx,vim

################################################################################
# Programming Languages
################################################################################

####################
# Python
####################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/build/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.venv_dev/
.venv/
.venv2/
.venv3/
.venv_test/
.vscode/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
# *.manifest

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

# test/integration / app packages
test/integration/packages/
test/integration/brisbane_ferries/

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Virtual Env default file
.env/
venv/

####################
# C extensions
####################
*.so
# Except for binaries used in tests
!test/unit/packages/has_binary_file/*/bin/*.so

################################################################################
# Editors
################################################################################
####################
# Emacs
####################
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Org-mode
.org-id-locations
*_archive

# flymake-mode
*_flymake.*

# eshell files
/eshell/history
/eshell/lastdir

# elpa packages
/elpa/

# reftex files
*.rel

# AUCTeX auto folder
/auto/


####################
# Vim
####################
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

################################################################################
# IDEs
################################################################################
####################
# PyCharm
####################
# Idea Plug-in
.idea/

################################################################################
# OSX
################################################################################
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

####################
# Homebrew
####################
# cask packages
.cask/

################################################################################
# Tools
################################################################################
####################
# Git
####################
*.orig

####################
# CI/CD
####################
test_cli_results.xml
manual_release_verification_output.xml
test/release/packages
results.xml
.pytest_cache
unit_test_results.xml
test_platform_results.xml
test_checker_with_apps.py
test_environment/.vagrant
splunk_appinspect/python_analyzer/trustedlibs/lib_files/*
.tox
test/unit/.inspect.yml
inspect.yml
.python-version

####################
# Scripts
####################
scripts/canary/
scripts/sideview_utils/
/test/unit/python_analyzer_packages/client/multi_errors/malformed.raw
/test/unit/python_analyzer_packages/file_dep_manager/inconsistent_tab_space/s1.raw
/test/unit/python_analyzer_packages/file_dep_manager/inconsistent_tab_space/s2.raw
/test/unit/python_analyzer_packages/file_dep_manager/inconsistent_tab_space/s3.raw
/test/unit/python_analyzer_packages/file_dep_manager/multi_errors/syntax_error.raw
/test/unit/python_analyzer_packages/file_dep_manager/syntax_error/c.raw
