# Generic
__pycache__
__pycache__/
__pypackages__/
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
../../../mentor/kupriienko/airtable-notify/.env
.anvil/*
.cache
.eggs/
.elasticbeanstalk/*
.env
.env-mysql
.history
.hypothesis/
.installed.cfg
.ipynb_checkpoints
.mr.developer.cfg
.nox/
.pdm.toml
.prof
.project
.pybuilder/
.pydevproject
.pyre/
.Python
.python-version
.pytype/
.ropeproject
.scrapy
.spyderproject
.spyproject
.tox
.tox/
.vagrant/
.venv
.webassets-cache
*.code-workspace
*.cover
*.egg
*.egg-info/
*.gz
*.iml
*.iws
*.lock
*.log
*.manifest
*.mo
*.pot
*.py,cover
*.py[cod]
*.pyc
*.rar
*.sage.py
*.so
*.spec
*.sqlite
*.zip
**/__pycache__/*.pyc
**/.idea/dataSources.ids
**/.idea/dataSources.local.xml
**/.idea/dataSources.xml
**/.idea/dictionaries
**/.idea/dynamic.xml
**/.idea/jsLibraryMappings.xml
**/.idea/sqlDataSources.xml
**/.idea/tasks.xml
**/.idea/uiDesigner.xml
**/.idea/vcs.xml
**/.idea/workspace.xml
**/staticfiles/
*/__pycache__/
*/__pycache__/*.pyc
*/*/__pycache__/
*/*/*/__pycache__/
*/staticfiles/
*$py.class
/bin
/include
/lib
/out/
/site
/src

atlassian-ide-plugin.xml
bin
build
build/
celerybeat-schedule
celerybeat.pid
cmake-build-*/
com_crashlytics_export_strings.xml
crashlytics-build.properties
crashlytics.properties
cython_debug/
db.sqlite3
db.sqlite3-journal
develop-eggs
develop-eggs/
dist
dist/
docs/_build/
downloads/
eggs
eggs/
env.bak/
env/
ENV/
fabric.properties
htmlcov/
instance/
ipython_config.py
lib
lib/
lib64
lib64/
local_settings.py
MANIFEST
media
myvenv
node_modules
node_modules/
nosetests.xml
parts
parts/
pip-delete-this-directory.txt
pip-log.txt
pip-wheel-metadata/
poetry.toml
profile_default/
projects/static/
pyrightconfig.json
pythonenv*
sdist
sdist/
secret_key.txt
share/python-wheels/
static/build/
static/local/
static/media
static/rev-manifest.json
staticfiles/
target/
tdd
temp/
Thumbs.db
tmp/
uploads/
var
var/
venv
venv.bak/
venv/
wheels/

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

.projectile
.overcommit.yml

junit*

# Coverage Files
htmlcov
cover/
.coverage.*
.coverage
.coverage*
coverage.xml

# IDEs
.idea/
.idea_modules/
.idea/*
.idea/*.iml
.idea/**/contentModel.xml
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/dataSources/
.idea/**/dbnavigator.xml
.idea/**/dictionaries
.idea/**/dynamic.xml
.idea/**/gradle.xml
.idea/**/libraries
.idea/**/mongoSettings.xml
.idea/**/shelf
.idea/**/sqlDataSources.xml
.idea/**/tasks.xml
.idea/**/uiDesigner.xml
.idea/**/usage.statistics.xml
.idea/**/workspace.xml
.idea/caches/build_file_checksums.ser
.idea/dataSources.ids
.idea/dataSources.local.xml
.idea/dataSources.xml
.idea/dictionaries
.idea/dynamic.xml
.idea/gradle.xml
.idea/httpRequests
.idea/jsLibraryMappings.xml
.idea/libraries
.idea/modules
.idea/modules.xml
.idea/mongoSettings.xml
.idea/replstate.xml
.idea/sqlDataSources.xml
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/vcs.xml
.idea/workspace.xml
# VS Code
.vscode/
# pycharm
queue.json
dev/

# Operating Systems
.DS_Store

# ruff cache
.ruff_cache/

# mypy cache
.dmypy.json
.mypy_cache/

# pytest cache
.pytest_cache/
pytestdebug.log
