

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

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

# Jupyter Notebook
.ipynb_checkpoints

# IDEs
.idea/
.vscode/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pyre/

# Packaging
build/
dist/
*.egg-info/
*.egg

# Sphinx build output
docs/_build/

# ===== Project-specific ignores =====
# Ignore all data files
_data/*.zip
_data/complete_extract/
_data/latin_characters_data.7z

# Generated calculation logs
students/DriveGUI/INPUT/log/
students/DriveGUI/log/
raw_data/**/log/
data/
/_data/complete_extract.7z
/examples/scripts/vis_vicinity_bokeh.html
