exonware-xwlazy 0.1.0.8__tar.gz → 0.1.0.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,280 @@
1
+ # ========================================
2
+ # eXonware xSystem .gitignore
3
+ # ========================================
4
+
5
+ # CI/CD Tools (keep private)
6
+ .ci/
7
+
8
+ # ========================================
9
+ # Python
10
+ # ========================================
11
+ __pycache__/
12
+ *.py[cod]
13
+ *$py.class
14
+ *.so
15
+ .Python
16
+ build/
17
+ develop-eggs/
18
+ dist/
19
+ downloads/
20
+ eggs/
21
+ .eggs/
22
+ lib/
23
+ lib64/
24
+ parts/
25
+ sdist/
26
+ var/
27
+ wheels/
28
+ pip-wheel-metadata/
29
+ share/python-wheels/
30
+ *.egg-info/
31
+ .installed.cfg
32
+ *.egg
33
+ MANIFEST
34
+
35
+ # PyInstaller
36
+ *.manifest
37
+ *.spec
38
+
39
+ # Installer logs
40
+ pip-log.txt
41
+ pip-delete-this-directory.txt
42
+
43
+ # Unit test / coverage reports
44
+ htmlcov/
45
+ .tox/
46
+ .nox/
47
+ .coverage
48
+ .coverage.*
49
+ .cache
50
+ nosetests.xml
51
+ coverage.xml
52
+ *.cover
53
+ *.py,cover
54
+ .hypothesis/
55
+ .pytest_cache/
56
+ cover/
57
+
58
+ # Translations
59
+ *.mo
60
+ *.pot
61
+
62
+ # Django stuff
63
+ *.log
64
+ local_settings.py
65
+ db.sqlite3
66
+ db.sqlite3-journal
67
+
68
+ # Flask stuff
69
+ instance/
70
+ .webassets-cache
71
+
72
+ # Scrapy stuff
73
+ .scrapy
74
+
75
+ # Sphinx documentation
76
+ docs/_build/
77
+
78
+ # PyBuilder
79
+ .pybuilder/
80
+ target/
81
+
82
+ # Jupyter Notebook
83
+ .ipynb_checkpoints
84
+
85
+ # IPython
86
+ profile_default/
87
+ ipython_config.py
88
+
89
+ # pyenv
90
+ # For a library or package, you might want to ignore these files since the code is
91
+ # intended to run in multiple environments; otherwise, check them in:
92
+ # .python-version
93
+
94
+ # pipenv
95
+ # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
96
+ # However, in case of collaboration, if having platform-specific dependencies or dependencies
97
+ # having no cross-platform support, pipenv may install dependencies that don't work, or not
98
+ # install all needed dependencies.
99
+ #Pipfile.lock
100
+
101
+ # poetry
102
+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
103
+ # This is especially recommended for binary packages to ensure reproducibility, and is more
104
+ # commonly ignored for libraries.
105
+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
106
+ #poetry.lock
107
+
108
+ # pdm
109
+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
110
+ #pdm.lock
111
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
112
+ # in version control.
113
+ # https://pdm.fming.dev/#use-with-ide
114
+ .pdm.toml
115
+
116
+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
117
+ __pypackages__/
118
+
119
+ # Celery stuff
120
+ celerybeat-schedule
121
+ celerybeat.pid
122
+
123
+ # SageMath parsed files
124
+ *.sage.py
125
+
126
+ # Environments
127
+ .env
128
+ .venv
129
+ env/
130
+ venv/
131
+ ENV/
132
+ env.bak/
133
+ venv.bak/
134
+
135
+ # Spyder project settings
136
+ .spyderproject
137
+ .spyproject
138
+
139
+ # Rope project settings
140
+ .ropeproject
141
+
142
+ # mkdocs documentation
143
+ /site
144
+
145
+ # mypy
146
+ .mypy_cache/
147
+ .dmypy.json
148
+ dmypy.json
149
+
150
+ # Pyre type checker
151
+ .pyre/
152
+
153
+ # pytype static type analyzer
154
+ .pytype/
155
+
156
+ # Cython debug symbols
157
+ cython_debug/
158
+
159
+ # ========================================
160
+ # IDEs and Editors
161
+ # ========================================
162
+
163
+ # Visual Studio Code
164
+ .vscode/
165
+ !.vscode/settings.json
166
+ !.vscode/tasks.json
167
+ !.vscode/launch.json
168
+ !.vscode/extensions.json
169
+ !.vscode/*.code-snippets
170
+
171
+ # Local History for Visual Studio Code
172
+ .history/
173
+
174
+ # Built Visual Studio Code Extensions
175
+ *.vsix
176
+
177
+ # PyCharm
178
+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
179
+ # be added to the global gitignore or merged into this file. For a more nuclear
180
+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
181
+ .idea/
182
+
183
+ # Sublime Text
184
+ *.tmlanguage.cache
185
+ *.tmPreferences.cache
186
+ *.stTheme.cache
187
+ *.sublime-workspace
188
+ *.sublime-project
189
+
190
+ # Vim
191
+ *~
192
+ *.swp
193
+ *.swo
194
+ *tmp
195
+
196
+ # Emacs
197
+ *~
198
+ \#*\#
199
+ /.emacs.desktop
200
+ /.emacs.desktop.lock
201
+ *.elc
202
+ auto-save-list
203
+ tramp
204
+ .\#*
205
+
206
+ # ========================================
207
+ # Operating Systems
208
+ # ========================================
209
+
210
+ # Windows
211
+ Thumbs.db
212
+ Thumbs.db:encryptable
213
+ ehthumbs.db
214
+ ehthumbs_vista.db
215
+ *.stackdump
216
+ [Dd]esktop.ini
217
+ $RECYCLE.BIN/
218
+ *.cab
219
+ *.msi
220
+ *.msix
221
+ *.msm
222
+ *.msp
223
+ *.lnk
224
+
225
+ # macOS
226
+ .DS_Store
227
+ .AppleDouble
228
+ .LSOverride
229
+ Icon
230
+ ._*
231
+ .DocumentRevisions-V100
232
+ .fseventsd
233
+ .Spotlight-V100
234
+ .TemporaryItems
235
+ .Trashes
236
+ .VolumeIcon.icns
237
+ .com.apple.timemachine.donotpresent
238
+ .AppleDB
239
+ .AppleDesktop
240
+ Network Trash Folder
241
+ Temporary Items
242
+ .apdisk
243
+
244
+ # Linux
245
+ *~
246
+ .fuse_hidden*
247
+ .directory
248
+ .Trash-*
249
+ .nfs*
250
+
251
+ # ========================================
252
+ # Development Tools
253
+ # ========================================
254
+
255
+ # Backup files
256
+ *.bak
257
+ *.backup
258
+ *.tmp
259
+ *.temp
260
+
261
+ # Log files
262
+ *.log
263
+ logs/
264
+
265
+ # Database files
266
+ *.sqlite
267
+ *.sqlite3
268
+ *.db
269
+
270
+ # Configuration files with secrets
271
+ config.ini
272
+ secrets.json
273
+ .secrets
274
+ credentials.json
275
+
276
+ # Local environment files
277
+ .env.local
278
+ .env.development.local
279
+ .env.test.local
280
+ .env.production.local
@@ -14,13 +14,13 @@ All version references should import from this module to ensure consistency.
14
14
  # =============================================================================
15
15
 
16
16
  # Main version - update this to change version across entire project
17
- __version__ = "0.1.0.8"
17
+ __version__ = "0.1.0.10"
18
18
 
19
19
  # Version components for programmatic access
20
20
  VERSION_MAJOR = 0
21
21
  VERSION_MINOR = 1
22
22
  VERSION_PATCH = 0
23
- VERSION_BUILD = 8 # Set to None for releases, or build number for dev builds
23
+ VERSION_BUILD = 10 # Set to None for releases, or build number for dev builds
24
24
 
25
25
  # Version metadata
26
26
  VERSION_SUFFIX = "" # e.g., "dev", "alpha", "beta", "rc1"