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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
specs/
plugins/drivenets.dnos.egg-info/SOURCES.txt
.ansible/

# 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
*.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/

# Translations
*.mo
*.pot

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

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
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
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# 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/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.code-workspace
.cursor/
.cursorignore

# Vim
*.tmp
*.bak

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Ansible specific
*.retry
.vault_pass
vault_pass.txt
.vault_password
ansible.cfg.bak
hosts.bak
*.orig
*.rej

# Ansible collections build artifacts
ansible_collections/
*.tar.gz

# Ansible Galaxy
.galaxy_install_info

# Testing and CI/CD
.tox/
.pytest_cache/
.coverage
htmlcov/
.nox/
test-results/
junit.xml
*.log

# History and temporary files
.history/
.cache/
tmp/
temp/
*.tmp
*.temp

# Package manager files
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Windows
$RECYCLE.BIN/
Desktop.ini

# Linux
*~

# Network device backups and configs
*.cfg.bak
*.conf.bak
device_configs/
backups/

# Certificate and key files
*.pem
*.key
*.crt
*.csr
*.p12
*.pfx

# Sensitive data
secrets/
credentials/
*.secret
*password*
*credential*

# Documentation build artifacts
docs/build/
docs/_build/
_build/
*.pdf

# Jupyter and notebook checkpoints
.ipynb_checkpoints/
*/.ipynb_checkpoints/*

# Local configuration files
local_settings.py
local_config.yml
.env.local
.env.*.local

# Backup files
*.backup
*.bak
*.old
*~

# Compressed files (unless specifically needed)
*.zip
*.rar
*.7z
*.dmg
*.iso

# Database files
*.db
*.sqlite
*.sqlite3

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache
typings
pyrightconfig.json

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local

# Terraform files (if using Infrastructure as Code)
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl

# Vagrant
.vagrant/

# Docker
.dockerignore

# Other version control systems
.svn/
.hg/
.bzr/

# Generated documentation
api-docs/

# Generated output files during test execution
tests/output/
