Skip to content
aircraft_studio.git
⋮
Summary
Commits
Files
aircraft_studio.git
/
.gitignore
[Python] Design & build airplanes from your specifications.
View raw
1
# .gitignore
2
**/__pycache__/
3
**/*.pyc
4
**/*log*.txt
5
**/*.html
6
**/*.pdf
7
**/*.tex
8
save/
9
TAGS
10
Summary
Commits
Files