Skip to content

Commit 2a25229

Browse files
committed
gitignore: Reorganize. Add wiki.
1 parent aee8efb commit 2a25229

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

.gitignore

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
1-
# OS X
2-
.DS_Store
1+
# AI Coding
2+
/plan
33

4-
# Python
5-
*.pyc
6-
*.pyo
4+
# Crystal: Profiling output (local)
5+
*.prof
6+
*.prof.svg
77

8-
# virtualenv
9-
venv*
8+
# Crystal: Screenshots captured by AI agents
9+
/.screenshots
1010

11-
# Poetry
12-
/dist
13-
/.uwheels
11+
# Crystal: Startup file (local)
12+
/startup.py
1413

1514
# GitHub Actions
1615
/setup/arguments.txt
1716
/*.wgn
1817

19-
# PyCharm
20-
.idea
18+
# IDE: PyCharm
19+
/.idea
2120

22-
# Profiling output
23-
*.prof
24-
*.prof.svg
21+
# Operating System: macOS
22+
.DS_Store
2523

26-
# Local startup file
27-
startup.py
24+
# Python Ecosystem: Coverage
25+
/.coverage
2826

29-
# Temporary directories not cleaned up correctly
30-
tmpdir_*
27+
# Python Ecosystem: Poetry
28+
/dist
29+
/.uwheels
3130

32-
# AI Coding
33-
/plan
31+
# Python Ecosystem: Python
32+
*.pyc
33+
*.pyo
3434

35-
# Coverage
36-
.coverage
35+
# Python Ecosystem: virtualenv
36+
venv*
3737

38-
# Screenshots captured by AI agents
39-
.screenshots
38+
# Submodules: Wiki
39+
# Clone with: $ git clone git@github.com:davidfstr/Crystal-Web-Archiver.wiki.git doc/wiki
40+
/doc/wiki

0 commit comments

Comments
 (0)