Skip to content

Commit 1725cbd

Browse files
committed
build: rye needs python-version
1 parent fca02e3 commit 1725cbd

File tree

5 files changed

+7
-281
lines changed

5 files changed

+7
-281
lines changed

.gitignore

Lines changed: 5 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,13 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
3-
*.py[cod]
4-
*$py.class
53

6-
# C extensions
7-
*.so
8-
9-
# Distribution / packaging
10-
.Python
11-
env/
12-
build/
13-
develop-eggs/
14-
dist/
15-
downloads/
16-
eggs/
17-
.eggs/
18-
lib/
19-
lib64/
20-
parts/
21-
sdist/
22-
var/
23-
wheels/
24-
temp/
25-
.pytest_cache/
26-
*.egg-info/
27-
.installed.cfg
28-
*.egg
29-
30-
# PyInstaller
31-
# Usually these files are written by a python script from a template
32-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
33-
*.manifest
34-
*.spec
35-
36-
# Installer logs
37-
pip-log.txt
38-
pip-delete-this-directory.txt
39-
40-
# Unit test / coverage reports
41-
htmlcov/
42-
.tox/
43-
.coverage
44-
.coverage.*
45-
.cache
46-
nosetests.xml
47-
coverage.xml
48-
*.cover
49-
.hypothesis/
50-
51-
# Translations
52-
*.mo
53-
*.pot
54-
55-
# Django stuff:
56-
*.log
57-
local_settings.py
58-
59-
# Flask stuff:
60-
instance/
61-
.webassets-cache
62-
63-
# Scrapy stuff:
64-
.scrapy
65-
66-
# neo stuff:
67-
.deploy/
68-
69-
# Sphinx documentation
70-
docs/_build/
71-
72-
# PyBuilder
73-
target/
74-
75-
# Jupyter Notebook
76-
.ipynb_checkpoints
77-
78-
# pyenv
79-
.python-version
80-
81-
# celery beat schedule file
82-
celerybeat-schedule
83-
84-
# SageMath parsed files
85-
*.sage.py
86-
87-
# dotenv
88-
.env
89-
90-
# virtualenv
91-
.venv
92-
venv/
93-
ENV/
94-
95-
# Spyder project settings
96-
.spyderproject
97-
.spyproject
98-
99-
# Rope project settings
100-
.ropeproject
101-
102-
# mkdocs documentation
103-
/site
104-
105-
# mypy
106-
.mypy_cache/
107-
108-
.vscode
4+
# Docs
5+
_build/
1096

1107
# RESTKnot
1118
**/integration/schema.sql
1129
config.yml
11310
compose.yml
11+
.env
12+
13+
.dockerignore

agent/.gitignore

Lines changed: 0 additions & 105 deletions
This file was deleted.

agent/.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11.9

api/.gitignore

Lines changed: 0 additions & 71 deletions
This file was deleted.

api/.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11.9

0 commit comments

Comments
 (0)