codenames / .gitignore
nathanael-fijalkow's picture
Remove npz from history, regenerate at runtime
9400afb
raw
history blame contribute delete
323 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
# Virtual environments
.env
.venv
env/
venv/
ENV/
# Jupyter
.ipynb_checkpoints/
*.ipynb
# macOS
.DS_Store
# IDEs
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
log.json
*.npz