Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/deploy-docs.yml

This file was deleted.

56 changes: 1 addition & 55 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,55 +1 @@
# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.tox/
.venv/
venv/
.pytest_cache/

# Coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
coverage.json
reports/
.nyc_output

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Cache específico do projeto
.cache/
*.log

# Maturin
target/
.maturin/

# Temp files
*.tmp
*.temp

# Benchmarks
.benchmarks/

# Docs
node_modules/
.astro/
/target
Loading