Skip to content

Commit f077570

Browse files
fselmoLouisTsai-Csie
authored andcommitted
feat(specs): create Amsterdam fork from Osaka
1 parent e88aa7f commit f077570

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed

.cursorignore

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# Dependencies and environment folders
2+
node_modules/
3+
.venv/
4+
venv/
5+
__pycache__/
6+
.pytest_cache/
7+
.mypy_cache/
8+
.ruff_cache/
9+
.cache/
10+
11+
# Build and output directories
12+
build/
13+
dist/
14+
develop-eggs/
15+
downloads/
16+
eggs/
17+
.eggs/
18+
parts/
19+
sdist/
20+
var/
21+
wheels/
22+
pip-wheel-metadata/
23+
share/python-wheels/
24+
*.egg-info/
25+
.installed.cfg
26+
*.egg
27+
MANIFEST
28+
29+
# Python compiled files
30+
*.py[cod]
31+
*$py.class
32+
*.so
33+
34+
# IDE and editor files
35+
.vscode/
36+
.idea/
37+
.DS_Store
38+
.AppleDouble
39+
.LSOverride
40+
41+
# Temporary files
42+
*.tmp
43+
*.temp
44+
*.manifest
45+
*.spec
46+
47+
# Logs and cache
48+
logs/
49+
*.log
50+
*.log.*
51+
cached_downloads/
52+
.coverage
53+
.coverage.*
54+
htmlcov/
55+
56+
# Documentation build artifacts
57+
doc/_autosummary
58+
doc/diffs
59+
doc/autoapi
60+
docs/
61+
62+
# Test fixtures and generated files (LARGE - 11GB+)
63+
tests/execution-spec-generated-tests/
64+
tests/fixtures/
65+
tests/t8n_testdata/
66+
tests/json_infra/fixtures/
67+
fixtures/
68+
69+
# Large static data files
70+
*.csv
71+
*.tsv
72+
*.json.gz
73+
*.sqlite
74+
*.db
75+
*.zip
76+
*.tar.gz
77+
*.tar.bz2
78+
*.txt.bz2
79+
80+
# AI and temporary folders
81+
.claude/
82+
83+
# Temporary files in root
84+
temp.txt
85+
*.bak
86+
87+
# Tox environment (LARGE - 164MB+)
88+
.tox/
89+
90+
# Package lock files (keep pyproject.toml but ignore lock files if not needed)
91+
# uv.lock # Uncomment if you want to ignore the lock file
92+
93+
# Large binary files
94+
*.bin
95+
*.exe
96+
*.dll
97+
*.so
98+
*.dylib
99+
100+
# OS generated files
101+
Thumbs.db
102+
ehthumbs.db
103+
Desktop.ini

0 commit comments

Comments
 (0)