Mirror of https://github.com/roostorg/osprey
github.com/roostorg/osprey
1# Rust build artifacts
2**/target/
3**/Cargo.lock
4
5# Python
6**/__pycache__/
7**/*.pyc
8**/*.pyo
9**/*.pyd
10.Python
11**/.venv/
12**/venv/
13**/.pytest_cache/
14**/.coverage
15**/*.egg-info/
16
17# Node
18**/node_modules/
19**/npm-debug.log
20**/yarn-error.log
21
22# IDEs
23.idea/
24.vscode/
25*.swp
26*.swo
27*~
28
29# OS
30.DS_Store
31Thumbs.db
32
33# Git
34.git/
35.gitignore
36
37# Misc
38*.log
39.env