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

# C extensions / Shared Libraries
*.so
*.o
*.a
*.out
*.obj
*.exe
*.dll
*.pdb
*.ilk
*.d
*.su
*.idb
*.mod
*.cmd
*.map
*.dSYM/
*.dSYM/**

# Distribution / Packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
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/
cover/

# Translations
*.mo
*.pot

# Django stuff:
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# .python-version

# pipenv
# Pipfile.lock

# poetry
# poetry.lock

# pdm
# pdm.lock
.pdm.toml

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
.venv-ansible216
.tmp_collections_layout
env/
venv/
ENV/
env.bak/
venv.bak/
*.env

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Ansible
.ansible/
ansible.cfg
*.retry

# Ignore local developer configuration and secrets
.config/

# Terraform
*.tfstate
*.tfstate.*
*.tfvars
terraform.tfstate.backup
.terraform/
.terraform.lock.hcl

# Go
*.test
vendor/
bin/

# Java
*.class
*.jar
*.war
*.ear
*.iml
out/

# JavaScript
node_modules/
npm-debug.log
yarn-error.log

# TypeScript
.tsbuildinfo

# Temporary files and directories
*.tmp
*.bak
*.swp
*.swo
*~
.cache/
tmp/
.vagrant/

# Logs
*.log
*.log.*

# IDEs / Editors
# JetBrains IDEs
.idea/
*.iml
*.ipr
*.iws
.idea/**
.idea/**/libraries
.idea/**/modules.xml
.idea/**/workspace
.idea/**/assets/
.idea/**/diagrams/
.idea/**/captures/
.idea/**/gradle.xml
.idea/**/watcherTasks.xml
.idea/**/tasks.xml
.idea/**/vcs.xml

# VSCode
.vscode/

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

# MacOS
.DS_Store
.AppleDouble
.LSOverride
Icon\r
._*
.Spotlight-V100
.Trashes

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Other
.rh_offline_token*
*.tar.gz
id_rsa*
ignore_*