# OS Generated Files
.DS_Store

# Project Specific
*.nc
data/
/data/
testing/
/testing/

# Keep test data (these are reduced size .nc files for unit testing)
!tests/test_data/*.nc 

# Python Core & Compilation
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Environments & Dependency Management
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pdm.toml
.pdm-python
.pdm-build/
__pypackages__/

# Distribution & Packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

# Testing & Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Jupyter & Notebooks
.ipynb_checkpoints
profile_default/
ipython_config.py
*.sage.py

# Databases & Logs
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Web Frameworks & Background Tasks
instance/
.webassets-cache
.scrapy
docs/_build/
celerybeat-schedule
celerybeat.pid

# Editors, IDEs & Tooling
.spyderproject
.spyproject
.ropeproject
.idea/
.pybuilder/
target/
/site
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
.pypirc
*.mo
*.pot
src/pelagos_py/_version.py
.vscode/