Skip to content

Commit

Permalink
chore: created local '.gitignore' from remote 'sync-files/anemoi/.git…
Browse files Browse the repository at this point in the history
…ignore'

Triggered from common files on https://github.com/ecmwf-actions/reusable-workflows
  • Loading branch information
DeployDuck committed Jan 23, 2025
1 parent 3b914df commit d9a7e0c
Showing 1 changed file with 135 additions and 0 deletions.
135 changes: 135 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
__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

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

# Documentation
docs/_build/
/site
*.mo
*.pot

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

# IDEs
.idea/
.spyderproject
.spyproject
.ropeproject
.vscode/
*.code-workspace
*.sublime-project
*.sublime-workspace

# Jupyter Notebook
.ipynb_checkpoints

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Data files
*.grib
*.onnx
*.ckpt
*.npy
*.npz
*.zarr/
*.nc
*.h5
*.hdf5
*.pkl
*.parquet
*.csv
*.xlsx
*.xls

# ML artifacts
wandb/
mlruns/
lightning_logs/
*.ckpt
*.pt
*.pth
runs/
checkpoints/

# Temporary and system files
*.swp
*.download
*.out
*.sync
*.dot
*.tmp
*.log
*.log.*
.DS_Store
~*
tmp/
temp/
logs/
_dev/
outputs/
*tmp_data/

# Project specific
?
?.*
foo
bar
~$images.pptx
test.py
test.ipynb
cutout.png
_version.py
*.to_upload
tempCodeRunnerFile.python
Untitled-*.py

0 comments on commit d9a7e0c

Please sign in to comment.