# Created by https://www.toptal.com/developers/gitignore/api/rust,python,linux,visualstudiocode,jetbrains,macos,windows,vim
# Edit at https://www.toptal.com/developers/gitignore?templates=rust,python,linux,visualstudiocode,jetbrains,macos,windows,vim

### Rust ###
# Generated by Cargo
debug/
target/

# Compiled artifacts
*.rlib
*.pdb

# Backup files generated by rustfmt
**/*.rs.bk

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
cover/

# Translations
*.mo
*.pot

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

# pyenv
# .python-version

# pdm
.pdm.toml
__pypackages__/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre / pytype
.pyre/
.pytype/

# Cython debug symbols
cython_debug/

# ruff
.ruff_cache/

# LSP config files
pyrightconfig.json

# Poetry
poetry.toml

### JetBrains ###
.idea/

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
*.vsix

### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
tags
[._]*.un~

### Linux ###
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

### macOS ###
.DS_Store
.AppleDouble
.LSOverride
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
*.icloud

### Windows ###
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# =============================================================================
# Project-specific
# =============================================================================

# Devenv / Nix
.devenv/
.devenv.flake.nix
.config/
result

# Worktrees
.worktrees/

# Python extension modules
*.pyd

# oxitest / pytest caches
.oxitest_cache/
.pytest_cache/

# Benchmarks (generated)
benchmarks/generated/
benchmarks/baseline.json
benchmarks/results.json
benchmarks/profile_results.txt
benchmarks/results_*.json

# Test output
junit.xml

# Bacon
.bacon-locations

# Superpowers (AI tooling)
.superpowers/
docs/superpowers/

# Graphify (knowledge graph)
graphify-out/cost.json
graphify-out/cache/
graphify-out/graph.html
graphify-out/.graphify_python
graphify-out/.graphify_root

# MkDocs build output
docs/site/
docs/internals/book/

# End of https://www.toptal.com/developers/gitignore/api/rust,python,linux,visualstudiocode,jetbrains,macos,windows,vim
