Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,37 @@

# Ignore this in case the user previously did a "pip install -e ."
qsimcirq.egg-info

# Additional generic things to ignore.
**/*.bak
**/*.DS_Store
**/*.log
**/*.py,cover
**/*.pyc
**/*.swp
**/*.tmp
**/*.whl
**/.*_cache/
**/.git/
**/.ipynb_checkpoints/
**/__pycache__/
*.cover
*.coverage
*.coverage.*
*.egg
*.egg-info/
*~
.coverage
.dockerignore
.env*
.github/
.idea/
.venv/
.vscode/
bazel-*
build/
coverage.xml
dist/
env/
jupyter_kernel.lock
venv/
4 changes: 4 additions & 0 deletions .geminiignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@

# Not in .gitignore because it's a git submodule. Tell Gemini to ignore it.
/tests/googletest/

# The next one (for Emacs versioned backups) _should_ be covered by *~ in our
# .gitignore, but Gemini currently doesn't seem to interpret *~ that way.
*.~*~
Loading