-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (56 loc) · 998 Bytes
/
.gitignore
File metadata and controls
67 lines (56 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Testing
.pytest_cache/
.coverage
# IDE
.vscode/
.idea/
.claude/
# Package build
*.egg-info/
dist/
build/
# Virtual environments
venv/
env/
# OS files
.DS_Store
Thumbs.db
/.luarc.json
# Project specific
todelete/
media/
# Documentation temporary files
documentation/**/*.quarto_ipynb
*.quarto_ipynb
# Images and debug files
*.jpg
*.jpeg
*.gif
*.svg
*debug*
formula_images/
replication_test_images/
# Temporary test result files (not the test files themselves)
test_results_*.txt
*_test_output.log
# Temporary and development files
*.md.bak
*.hpp
MATH_OPERATIONS_TEST_RESULTS.md
README_spans.md
spans_explanation.md
pytensor/CPP_CONCEPTS_SUMMARY.md
pytensor/IMPLEMENTATION_COMPARISON.md
pytensor/readingplan.md
pytensor/rocm.md
pytensor/sweep_tile_faithful.py
pytensor/tensor_coordinate_faithful.py
tile_distribution_documentation_plan.md
tensor_transforms/__pycache__/**/*.pyc
tile_distribution_documentation/_site
documentation/_site