# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# C extensions
*.so

# Distribution / packaging
.Python
.installed.cfg
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
*.egg-info/
*.egg
lib/
lib64/
parts/
sdist/
var/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# 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/
.ruff_cache/
cover/
tests/ptagger_temp*
ptagger_temp*

# Translations
*.mo
*.pot

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# PyBuilder
.pybuilder/
target/

# IPython / Jupyter Notebook
.ipynb_checkpoints
profile_default/
ipython_config.py
Untitled*.ipynb

# IDE files
.idea
\.idea/codeStyles/
\.idea/
.vscode

# macOS generated files
._*
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes

# Document generator temporary files
docs/_build/
docs/_build/doctrees/api/
docs/_build/html/
docs/_build/doctrees/

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/
notebooks/iso_11940-dev.ipynb

# vscode devcontainer
.devcontainer/
notebooks/d.model

# Logs
logs/
*.log

# Temp files
*.tmp
*.temp

# Type annotation analyzer
build_tools/output/*.csv
build_tools/output/*.json

# Fuzzing artifacts
fuzz/corpus/
fuzz/crashes/
fuzz/artifacts/
fuzz/*.profraw
fuzz/*.profdata
crash-*
leak-*
timeout-*
oom-*
