# 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/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
error*

# Translations
*.mo
*.pot

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

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# 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/
.build_state
lint.txt
mypy_errors.txt

# this churns too much
coverage

# also churns too much
detect-secrets-results.txt
dead_code.txt
dist
dist/
.idea
.idea/

# sonar stuff
.scannerwork
line_counts.txt

pip-wheel-metadata
.cache
missing_key.txt
missing.txt
sonar.json
.vscode
data/reprocess_files
data/differential_files
*.sqlite3

.DS_Store
**/.DS_Store
sonar-unit-test-results.xml

.DS_Store/
.DS_Store
data/
# Re-include curated test fixtures (negating the parent dir first is required,
# otherwise child negations are ignored because test/data is itself excluded).
!/test/data/
!/test/data/sample_files/
!/test/data/characterization/
!/test/data/characterization/**

# Phase 1 corpus: the data and source clones are large/mixed-license — never
# committed. The manifest and split (small metadata) ARE committed.
/corpus/_sources/
/corpus/data/
!/corpus/MANIFEST.json
!/corpus/split.json
package/
output

problems.
reports/
examples

.config/reqs.txt

.config/requirements_for_safety.txt

.config/requirements-dev-tox.txt

.config/requirements-dev.txt

.config/requirements.txt
