Skip to content

Commit 43377a8

Browse files
committed
chore: Add AI/LLM rules, CLI banner and bump version to 0.1.1-beta && feat: Add .gitignore and remove build artifacts
1 parent 342013d commit 43377a8

12 files changed

Lines changed: 62 additions & 5821 deletions

File tree

.gitignore

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,63 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
*.egg-info/
24+
.installed.cfg
25+
*.egg
26+
MANIFEST
27+
28+
# PyInstaller
29+
# Usually these files are written by a python script from a template
30+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
31+
*.manifest
32+
*.spec
33+
34+
# Installer logs
35+
pip-log.txt
36+
pip-delete-this-directory.txt
37+
38+
# Unit test / coverage reports
39+
htmlcov/
40+
.tox/
41+
.nox/
42+
.coverage
43+
.coverage.*
44+
.cache
45+
nosetests.xml
46+
coverage.xml
47+
*.cover
48+
*.py,cover
49+
.hypothesis/
50+
.pytest_cache/
51+
52+
# Environments
53+
.env
54+
.venv
55+
env/
156
venv/
2-
vulnerable_app.py
57+
ENV/
58+
env.bak/
59+
venv.bak/
60+
61+
# IDEs
62+
.idea/
63+
.vscode/
Binary file not shown.

0 commit comments

Comments
 (0)